isEqual

open fun <T> isEqual(targetRef: Any): Predicate<T>(source)

Returns a predicate that tests if two arguments are equal according to equals.

Return

a predicate that tests if two arguments are equal according to equals

Parameters

<T>

the type of arguments to the predicate

targetRef

the object reference with which to compare for equality, which may be null